home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / programmers / source / chunky / chunky.doc next >
Text File  |  1978-06-29  |  2KB  |  45 lines

  1. CHUNKY ROTATION DEMO, (c) 1994 RANULF DOSWELL.
  2.  
  3. Well here it is. The much eagerly awaited chunky rotation demo...
  4.  
  5. It seemed too much including both the executable file _and_ the source brush,
  6. and so as the executable compressed to a smaller file than the source (it's
  7. true!! ;) I have provided the utility to create data files...
  8.  
  9. The utility dump (and source dump.c) was modified from tmapdemo to output a
  10. 12-bit colour value for each pixel in the source bitmap, and this is what
  11. you need for a picture.
  12.  
  13. Make a 256x256 pixel brush, and type "dump <brushname> pic" and then assemble
  14. the source (RotatePicture.s) and marvel and the result.
  15.  
  16. I fyou use this then please credit me somewhere. I was going to use this in
  17. an AGA megademo (and so not provide source to Internet) but I felt guitly, so
  18. I gave in. Please do not take the credit for this work.
  19.  
  20. I am currently doing my A-level exams, and have no tru internet access of my
  21. own, so it is hard to contact me by e-mail, so try s-mail instead. I will be
  22. around comp.sys.amiga.programmer as from October 1994, so you can find me there!
  23.  
  24. My address is:
  25.  Ranulf Doswell, 1 Ayr Street, Lancaster, Lancashire, LA1 3DT, England
  26.  
  27. If you _must_ use e-mail then write to my friend at csuoj@csv.warwick.ac.uk,
  28. but please only write if absolutely required.
  29.  
  30. I am currently working on a Doom-type game (straight after my exams) so watch
  31. out for this in late 1994. I have pretty much worked out in my head some ideas
  32. to virtually eliminate all multiplications during screen update, so it should
  33. be fast. Please provide any feedback with this idea, and also for this demo.
  34.  
  35. If you have a machine other than a base (unexpanded) 1200 (like me:( then
  36. please tell me what screen-sizes you can run at and still get 25fps (for the
  37. doom conversion...)
  38.  
  39. Idea was originally based upon chopper code (COPASM.A) by Patrick van Logchem
  40. which reminded me of an idea I had once, but forgot all about until now...
  41.  
  42. I have tried fiddling with HTOTAL as suggested on c.s.a.p, but I have found
  43. that it doesn't work with TV's (like mine...sobsob) and so I haven't used that
  44. speedup. Please don't use it - it'll alienate your target audience...
  45.